home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / share / edje / data / template / default.edc < prev    next >
Text File  |  2006-01-09  |  1KB  |  42 lines

  1. /*==========================================================================
  2.  * Theme: default
  3.  * Notes: inspired by ...
  4.  * By: 
  5.  *========================================================================*/
  6. #include "macros/mymacro.edc"
  7.  
  8. /*========================================================================*/
  9. images {
  10. #include "images/images.edc"
  11. }
  12. /*========================================================================*/
  13. fonts {
  14. #include "fonts/fonts.edc"
  15. }
  16. /*========================================================================*/
  17. data {
  18. #include "hashes/hashes.edc"
  19. }
  20.  
  21. /*========================================================================*/
  22. collections {
  23.   group {
  24.     name, "Main";
  25.     min, 32 32;
  26.     max, 256 256;
  27. /*========================================================================*/
  28. script {
  29. #include "embryo/global.edc"
  30. }
  31.  
  32. /*========================================================================*/
  33.     parts {
  34. #include "parts/bg.edc"
  35.     }
  36. /*========================================================================*/
  37.     programs {
  38. #include "programs/bg.edc"
  39.     }
  40.   } 
  41. }
  42.